home *** CD-ROM | disk | FTP | other *** search
/ Directorty Opus 5 - Magellan 2 / Opus 5 - Magellan 2.iso / Extras / Magnum_Opus_2.2 / ARexx / PPInfo.dopus5
Text File  |  1997-06-27  |  386b  |  17 lines

  1. /* PPInfo.dopus5
  2.  This small Arexx script is part of Magnum Opus V2 © 1996-97 Richard Lane.
  3.  */
  4.  
  5. address DOPUS.1
  6. options results
  7.  
  8. /* you need to unpack the file first to the temporary file T:tempfile.
  9. using XFDdecrunch */
  10.  
  11.  dopus getfiletype 'T:tempfile'
  12.  say result
  13.  
  14. /* I then make clever use of the AmigaDOS command RequestChoice to
  15.    display the unpacked filetype in a requester
  16. */
  17.